home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / bumpcopter2.swf / scripts / DefineButton2_839 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  144 b   |  9 lines

  1. on(release){
  2.    if(_root.edit == true)
  3.    {
  4.       removeAllObjects();
  5.       _root.level_array = [];
  6.       attachItem(5,300,300);
  7.    }
  8. }
  9.